home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 6 / QRZ Ham Radio Callsign Database - Volume 6.iso / pc / files / amiga / amipac63.lha / AmiPac_>>>_HD < prev    next >
Encoding:
Text File  |  1993-01-04  |  743 b   |  33 lines

  1. if exists :workdir.amipac
  2. echo ""
  3. echo ""
  4. echo ""
  5. echo ""
  6. Echo "    You'll  have to drag the 'Amipac_>>>_HD' -icon to the window of"
  7. echo "    the drawer in which you want to install AmiPac and double-click"
  8. echo "    the icon there!"
  9. echo ""
  10. wait 30
  11. quit
  12. endif
  13.  
  14. LAB DF0_test
  15. If not exists df0:a.x/floppy
  16. echo ""
  17. echo ""
  18. echo ""
  19. echo ""
  20. echo "                                                               "
  21. echo "      Make sure that the AmiPac distribution disk is in DF0: ! "
  22. echo "                                                               "
  23. echo ""
  24. echo "      Press RETURN when ready."
  25. echo ""
  26. ask ""
  27. SKIP DF0_test BACK
  28. else 
  29. assign AmiSource: df0:
  30. endif
  31.  
  32. execute amisource:install.hd
  33.